|  |  | @@ -70,9 +70,11 @@ EMAIL_FROM_ADDRESS=from_address@gmail.com | 
            
            
              | 70 | 70 |  # Number of lines of log messages to keep per Agent | 
            
            
              | 71 | 71 |  AGENT_LOG_LENGTH=200 | 
            
            
              | 72 | 72 |   | 
            
            
              | 73 |  | -############################# | 
            
            
              | 74 |  | -#    OAuth Configuration    # | 
            
            
              | 75 |  | -############################# | 
            
            
              |  | 73 | +######################################################################################################## | 
            
            
              |  | 74 | +#    OAuth Configuration                                                                               # | 
            
            
              |  | 75 | +#  More information at the wiki: https://github.com/cantino/huginn/wiki/Configuring-OAuth-applications # | 
            
            
              |  | 76 | +######################################################################################################## | 
            
            
              |  | 77 | + | 
            
            
              | 76 | 78 |  TWITTER_OAUTH_KEY= | 
            
            
              | 77 | 79 |  TWITTER_OAUTH_SECRET= | 
            
            
              | 78 | 80 |   |